home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 2).iso / 0628 / decoder.txt < prev   
Text File  |  1997-04-07  |  4KB  |  85 lines

  1. 32-bit uudecoder  Shareware  Version 1.00
  2. Copyright (C) Andy Kurnia. 1997.  All rights reserved.
  3.  
  4. Syntax: DECODER sourcefile targetdir
  5.  
  6. To view this file, type:
  7.  
  8.     MORE <DECODER.TXT
  9.  
  10. This Win32 application uudecodes files in sourcefile, putting them in targetdir
  11. and maintain the path names. It skips non-uuencoded lines (eg. mail headers) as
  12. fast as possible, yet extracts all uuencoded files contained in it. Most useful
  13. when used on a text file saved by your mailer after sorting your bitftp mailbox
  14. by subject (sorting the parts), but can be used on almost anything. If you type
  15. a targetdir that does not exist it will be created, any levels deep. Every path
  16. in the uuencoded header is preserved, so for example:
  17.  
  18.         In C:/Windows/Xy.txt: begin 644 /pub/simtelnet/msdos/c/c--final.zip
  19.         Arguments to DECODER: C:/Windows/Xy.txt C:/ftp/Test/
  20.  
  21. c--final.zip will be created in C:/ftp/Test/pub/simtelnet/msdos/c/ creating the
  22. whole path if necessary. In addition a logfile named DECODER.LOG in C:/ftp/Test
  23. is created (or appended). This is a file you can view with MS-DOS Editor. Mixed
  24. use of slashes and backslashes are allowed, both on the command line and on the
  25. line with the word begin. The trailing / on the directory name is optional, the
  26. leading / on the begin line is also optional. Numbers after begin is ignored.
  27.  
  28. Note that Long File Names are preserved. This program has been tested and works
  29. with bitftp@pucc.princeton.edu, others may also be fine too but you have to:
  30.  
  31.     - Be able to 'defragment' the uuencoded files, ie. every uuencoded file
  32.       is contained in one piece each. There may be headers, but it's better
  33.       not to have them.
  34.  
  35.     - Be able to sort the parts. Uuencoded files often come in parts. It is
  36.       necessary to have the parts in order (1, 2, 3, etc). No error message
  37.       will appear if this was not done, but your file will not be uudecoded
  38.       properly.
  39.  
  40.     - Be able to avoid everything (with the possibility of mail headers). I
  41.       heard there is a bitftp server which sends mails ending with the word
  42.       QUIT. I believe this will cause some problem.
  43.  
  44.     - Do what you can do, especially the above, then save the whole mailbox
  45.       as a textfile.
  46.  
  47. To get the full pathname in the begin line you should send the commands with no
  48. cd and put the pathname in the get command, eg:
  49.  
  50.     To: bitftp@pucc.princeton.edu
  51.     Subject:
  52.  
  53.     open ftp.simtel.net
  54.     binary
  55.     get /pub/simtelnet/msdos/c/c--final.zip
  56.     close
  57.     quit
  58.  
  59. DECODER can also uudecode single uuencoded files. Just specify the filename (of
  60. course with the extension) and a target directory. Then delete the logfile! The
  61. only problem will be if the file to be uudecoded is named DECODER.LOG, in which
  62. case you should modify the begin header (for example, rename it to DECODER.LO_)
  63. before executing DECODER.
  64.  
  65. DECODER will overwrite its target files! Whenever possible you should specify a
  66. target directory that does not exist, letting DECODER create it. (If there is a
  67. header that says begin 644 ../faq.txt you should specify a the target directory
  68. of at least two levels depth, etc.)
  69.  
  70. As DECODER is only a single EXE (apart from this documentation) no installation
  71. is necessary. Put it wherever you want it to be. A PATHed directory is best.
  72.  
  73. DECODER is freely distributable but it is shareware. So if you use it regularly
  74. you should send, in cash, US$5.00 or Rp 11.500,00 (Indonesian Rupiahs) to:
  75.  
  76.         Andy Kurnia
  77.         Jl. Dr. Makaliwe Raya 33A
  78.         Grogol, Jakarta Barat, Indonesia 11450
  79.  
  80. Suggestions and bug reports are welcome at the following e-mail address. If you
  81. have no e-mail access, you can send it to the address above. I prefer e-mail to
  82. snail mails.
  83.  
  84.     Andy Kurnia <akur@indo.net.id>
  85.